home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
ebook.dxr
/
00030.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
265 b
|
22 lines
on mouseEnter
cursor([121, 122])
set the member of sprite 3 to 9
end
on mouseDown
if rollover(8) then
end if
end
on mouseUp
if rollover(8) then
cursor(-1)
go("bal")
end if
end
on mouseLeave
set the member of sprite 3 to 36
cursor(-1)
end